ArcPad XML Reference
ArcPad.apx that hides "browse" toolbar and displays a custom toolbar
Send Feedback

Glossary Item Box

ArcPad.apx that hides "browse" toolbar and displays a custom toolbar:

 

Copy Code
<ArcPad>
      <CONFIG>
            <TOOLBARS>
                  <TOOLBAR name="main" visible="true"/>
                        <MENUITEM command="new"/>
                              <SEPARATOR/>
                              <MENUITEM command="openmap"/>
                              <MENUITEM command="savemap"/>
                              <MENUITEM command="savemapas"/>
                              <SEPARATOR/>
                              <MENUITEM command="mapproperties"/>
                              <SEPARATOR/>
                              <MENUITEM command="recentfiles"/>
                              <MENUITEM command="recentlayers"/>
                              <SEPARATOR/>
                              <MENUITEM command="exit"/>
                        </TOOLBUTTON>
                  </TOOLBAR>
                  <TOOLBAR name="Browse" caption="Browse Tools" visible="false" image="$browse">
                        <TOOLBUTTON command="modezoomin">
                              <MENUITEM command="modezoomin"/>
                              <MENUITEM command="modezoomout"/>
                              <SEPARATOR/>
                              <MENUITEM command="modepan"/>
                              <MENUITEM command="moderotatemap"/>
                        </TOOLBUTTON>
                        <TOOLBUTTON command="find"/>
                        <TOOLBUTTON command="clearselected"/>
                  </TOOLBAR>
                  <TOOLBAR name="tlbCustomToolBar1" caption="Tools" visible="true" image="">
                        <TOOLBUTTON name="tlAddPole" shortcut="" image="Street_Light.ico" onpointerdown="Call AddPole" tooltip="Add Pole" prompt="Add a new pole to the Poles layer"/>
                  </TOOLBAR>
            </TOOLBARS>
      </CONFIG>
      <SCRIPT src="ArcPad.vbs" language="vbscript"/>
</ArcPad>
©2012. All Rights Reserved.